home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
dev
/
lang
/
Python152_Src.lha
/
Python152_Source
/
Objects
/
protos
/
methodobject.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-04-25
|
353 b
|
7 lines
static void meth_dealloc ( PyCFunctionObject *m );
static PyObject *meth_getattr ( PyCFunctionObject *m , char *name );
static PyObject *meth_repr ( PyCFunctionObject *m );
static int meth_compare ( PyCFunctionObject *a , PyCFunctionObject *b );
static long meth_hash ( PyCFunctionObject *a );
static PyObject *listmethodchain ( PyMethodChain *chain );